home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <STYLE>
-
- BODY
- {
- background-color: #D8E9F5;
- margin: 0;
- }
-
- </STYLE>
- <HEAD>
- <SCRIPT LANGUAGE="javascript">
-
- function DoOnLoad()
- {
- if (window.external.InternetConnectionIsOpen())
- {
- window.external.NavigateToIdeaList();
- window.frames("IdeaListFrame").SignedOn();
- }
- }
-
- // ScriptReInitIdeaListFrame() is called from C++ object so please be careful with it : RajeshK
-
- function ScriptReInitIdeaListFrame()
- {
- IdeaListFrame.location.href = "res:IDH_ACILSIGNON" ;
- }
-
- function OnGo()
- {
- var EventDirectoryUrl = "aol://1722:EventDirectory";
-
- if (! (window.external.InternetConnectionIsOpen()) )
- {
- window.external.DoUserSignOn("ClickToAdd", EventDirectoryUrl);
- }
- else
- {
- window.external.AOLGoToURL (EventDirectoryUrl);
- }
- }
-
- </SCRIPT>
- </HEAD>
-
- <BODY style="margin-bottom:11px;" onload="DoOnLoad();">
-
- <!--
- TODO: Restore above to the following. Left this way now so we can see
- What is going on.
-
- <BODY style="margin-bottom:11px;" onload="DoOnLoad();"
- oncontextmenu="window.event.returnValue = false;">
- // -->
-
- <IMG src="res:IDG_ACEVENTDIRECTBAR" style="position:absolute; top:0px; left:10px;" usemap="#buttonmap" border = 0>
-
- <IFRAME id="IdeaListFrame" name="IdeaListFrame" frameborder=0 scrolling="auto"
- src="res:IDH_ACILSIGNON"
- style="LEFT: 10px; POSITION: absolute; TOP: 23px; WIDTH: 146px;"
- style="height: expression(document.body.clientHeight - 36 );"
- style="border-left:1px solid black;"
- style="border-right:1px solid black;"
- style="border-bottom:0px solid black;"
- title="Sign On to AOL"
- >
- </IFRAME>
- <img SRC="res:IDG_ACEVENTDIRECTBTM"
- style="position:absolute; left:10px; top: expression(document.body.clientHeight - 13 );"
- >
-
-
- </BODY>
- </HTML>
-